<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<script src="https://use.fontawesome.com/9846a7d624.js"></script>
<section class="application_section">
<div class="container ">
<ul class="nav nav-pills nav-stacked">
<li class="active"><a data-toggle="tab" href="#home">T</a></li>
<li><a data-toggle="tab" href="#menu1">S</a></li>
</ul>
<div class="tab-content">
<div id="home" class="tab-pane fade in active">
<div class="col-sm-6">
<div class="col-sm-10">
<h1 class="text-uppercase">Demo Content</h1>
<a href="#" class="btn btn-org text-uppercase radius public">Demo Content</a>
<p class="para1">Is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy
text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
<div class="social_ico col-sm-12"><div class="row"><a href="#"> <i class="fa fa-facebook"></i></a><a href="#"> <i class="fa fa-twitter"></i>
</a><a href="#"> <i class="fa fa-google-plus"></i>
</a>
</div></div>
</div></div>
<div class="col-sm-6 text-right app_img">
<img src="http://images.freeimages.com/images/previews/c5a/man-2-1566253.jpg" alt="User Avatar" class="img-responsive">
</div>
</div>
<div id="menu1" class="tab-pane fade">
<div class="col-sm-6">
<div class="col-sm-10">
<h1 class="text-uppercase">Demo New Content</h1>
<a href="#" class="btn btn-org text-uppercase radius public">Demo Content1</a>
<p class="para1">Is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy
text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
<div class="social_ico col-sm-12"><div class="row"><a href="#"> <i class="fa fa-facebook"></i></a><a href="#"> <i class="fa fa-twitter"></i>
</a><a href="#"> <i class="fa fa-google-plus"></i>
</a>
</div></div>
</div></div>
<div class="col-sm-6 text-right app_img">
<img class="img-responsive" src="http://images.freeimages.com/images/previews/41b/man-on-mountain-1389328.jpg">
</div>
</div>
</div>
</div>
</section>
</section>